home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8692 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: New to C++: Linker problem
  5. Date: 26 Feb 1996 00:51:05 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4gr05p$r8j@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe11.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Feb 25, 1996 00:58:37 in article <New to C++: Linker problem>,
  15. 'cyclo201@tiac.net' wrote: 
  16.  
  17.  
  18. >I am new to programming and am following a book to learn. I have a 
  19. >problem compiling code though. When I go to compile a program I get a 
  20. >linker error saying that it can't find cOwl.obj and then the program 
  21. >terminates. I check the code for syntax error's but it is typed 
  22. >exactly as the book says! any suggestions? e-mail me if you do. 
  23.  
  24. The library path is incorrect.  The way to set it depends on the 
  25. version of Borland's compiler system you are using.  On BC4.52 
  26. Go into Options|Project|Directories and type in c:\bc45\lib. 
  27. It's similar with older BC versions. 
  28.  
  29. Substitute the actual path where you installed the system for 
  30. "c:\bc45". 
  31.  
  32. -- 
  33. Pete Grant 
  34. Kalevi, Inc. 
  35. Software Engineering & development
  36.